home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TSYNCOPTIONSFRAME / TSYNCOPTIONSFRAME.txt < prev   
Text File  |  2005-06-02  |  4KB  |  212 lines

  1. object SyncOptionsFrame: TSyncOptionsFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 409
  5.   Height = 223
  6.   Font.Charset = DEFAULT_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Tahoma'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   object Image6: TImage
  14.     Left = 8
  15.     Top = 130
  16.     Width = 16
  17.     Height = 16
  18.     AutoSize = True
  19.     Picture.Data = {<image000.bmp>}
  20.     Transparent = True
  21.   end
  22.   object Image5: TImage
  23.     Left = 8
  24.     Top = 106
  25.     Width = 16
  26.     Height = 16
  27.     AutoSize = True
  28.     Picture.Data = {<image001.bmp>}
  29.     Transparent = True
  30.   end
  31.   object Image4: TImage
  32.     Left = 8
  33.     Top = 82
  34.     Width = 16
  35.     Height = 16
  36.     AutoSize = True
  37.     Picture.Data = {<image002.bmp>}
  38.     Transparent = True
  39.   end
  40.   object Image3: TImage
  41.     Left = 8
  42.     Top = 58
  43.     Width = 16
  44.     Height = 16
  45.     AutoSize = True
  46.     Picture.Data = {<image003.bmp>}
  47.     Transparent = True
  48.   end
  49.   object Image2: TImage
  50.     Left = 8
  51.     Top = 34
  52.     Width = 16
  53.     Height = 16
  54.     AutoSize = True
  55.     Picture.Data = {<image004.bmp>}
  56.     Transparent = True
  57.   end
  58.   object Image1: TImage
  59.     Left = 8
  60.     Top = 10
  61.     Width = 16
  62.     Height = 16
  63.     AutoSize = True
  64.     Picture.Data = {<image005.bmp>}
  65.     Transparent = True
  66.   end
  67.   object Label1: TLabel
  68.     Left = 117
  69.     Top = 12
  70.     Width = 106
  71.     Height = 13
  72.     Alignment = taRightJustify
  73.     Caption = 'Si le fichier de gauche est plus r'#233'cent :'
  74.     Transparent = True
  75.   end
  76.   object Label2: TLabel
  77.     Left = 111
  78.     Top = 36
  79.     Width = 112
  80.     Height = 13
  81.     Alignment = taRightJustify
  82.     Caption = 'Si le fichier de droite est plus r'#233'cent :'
  83.     Transparent = True
  84.   end
  85.   object Label3: TLabel
  86.     Left = 127
  87.     Top = 60
  88.     Width = 96
  89.     Height = 13
  90.     Alignment = taRightJustify
  91.     Caption = 'Si le fichier est uniquement '#224' gauche :'
  92.     Transparent = True
  93.   end
  94.   object Label4: TLabel
  95.     Left = 121
  96.     Top = 84
  97.     Width = 102
  98.     Height = 13
  99.     Alignment = taRightJustify
  100.     Caption = 'Si le fichier est uniquement '#224' droite :'
  101.     Transparent = True
  102.   end
  103.   object Label5: TLabel
  104.     Left = 125
  105.     Top = 108
  106.     Width = 98
  107.     Height = 13
  108.     Alignment = taRightJustify
  109.     Caption = 'Si les fichiers sont diff'#233'rents :'
  110.     Transparent = True
  111.   end
  112.   object Label6: TLabel
  113.     Left = 123
  114.     Top = 132
  115.     Width = 100
  116.     Height = 13
  117.     Alignment = taRightJustify
  118.     Caption = 'Si les fichiers sont identiques :'
  119.     Transparent = True
  120.   end
  121.   object CreateEmptyEdit: TBCCheckBox
  122.     Left = 9
  123.     Top = 180
  124.     Width = 122
  125.     Height = 17
  126.     HelpContext = 18101
  127.     Caption = 'Cr'#233'er les dossiers vides'
  128.     TabOrder = 7
  129.     OnClick = CreateEmptyEditClick
  130.   end
  131.   object MatchCombo: TComboBox
  132.     Left = 232
  133.     Top = 128
  134.     Width = 169
  135.     Height = 21
  136.     Style = csDropDownList
  137.     ItemHeight = 13
  138.     TabOrder = 5
  139.     OnChange = LeftNewerComboChange
  140.   end
  141.   object DifferentCombo: TComboBox
  142.     Left = 232
  143.     Top = 104
  144.     Width = 169
  145.     Height = 21
  146.     Style = csDropDownList
  147.     ItemHeight = 13
  148.     TabOrder = 4
  149.     OnChange = LeftNewerComboChange
  150.   end
  151.   object RightOrphanCombo: TComboBox
  152.     Left = 232
  153.     Top = 80
  154.     Width = 169
  155.     Height = 21
  156.     Style = csDropDownList
  157.     ItemHeight = 13
  158.     TabOrder = 3
  159.     OnChange = LeftNewerComboChange
  160.   end
  161.   object LeftOrphanCombo: TComboBox
  162.     Left = 232
  163.     Top = 56
  164.     Width = 169
  165.     Height = 21
  166.     Style = csDropDownList
  167.     ItemHeight = 13
  168.     TabOrder = 2
  169.     OnChange = LeftNewerComboChange
  170.   end
  171.   object RightNewerCombo: TComboBox
  172.     Left = 232
  173.     Top = 32
  174.     Width = 169
  175.     Height = 21
  176.     Style = csDropDownList
  177.     ItemHeight = 13
  178.     TabOrder = 1
  179.     OnChange = LeftNewerComboChange
  180.   end
  181.   object LeftNewerCombo: TComboBox
  182.     Left = 232
  183.     Top = 8
  184.     Width = 169
  185.     Height = 21
  186.     Style = csDropDownList
  187.     ItemHeight = 13
  188.     TabOrder = 0
  189.     OnChange = LeftNewerComboChange
  190.   end
  191.   object UseDisplayEdit: TBCCheckBox
  192.     Left = 9
  193.     Top = 200
  194.     Width = 128
  195.     Height = 17
  196.     HelpContext = 18102
  197.     Caption = 'Modifier uniquement les fichiers visibles'
  198.     TabOrder = 8
  199.     OnClick = UseDisplayEditClick
  200.   end
  201.   object JustSelectionEdit: TBCCheckBox
  202.     Left = 9
  203.     Top = 160
  204.     Width = 86
  205.     Height = 17
  206.     HelpContext = 18100
  207.     Caption = 'Uniquement la s'#233'lection'
  208.     TabOrder = 6
  209.     OnClick = JustSelectionEditClick
  210.   end
  211. end
  212.